Html Css Color HEX #7BDFB4 Bermuda

📋 copy color: '#7BDFB4'

red 123 ◦ green 223 ◦ blue 180

#7BDFB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #7BDFB4

Tints of Bermuda #7BDFB4

RGB

 RED value IS 123 (48.44% from 255) = 23.38%

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 23.38%
G = 42.4%
B = 34.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7BDFB4 (or 0x7BDFB4) is known color: Bermuda. HEX triplet: 7B, DF and B4. RGB value is (123,223,180). Sum of RGB (Red+Green+Blue) = 123+223+180=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFB4 is #84204B. Grayscale: #BCBCBC. Windows color (decimal): -8659020 or 11853691. OLE color: 11853691.

HSL color Cylindrical-coordinate representation of color #7BDFB4: hue angle of 154.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFB4 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 223 180 -
CMYK 0.45 0 0.19 0.13
HSL 154.2º 0.61% 0.68% -
HSV(B) 154.2º 0.45% 0.87% -
XYZ 42.79 60.28 52.56 -
YUV 188.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 123 223 180 0.45 0 0.19 0.13 154.2 0.61 0.68
Hex 7B DF B4 2D 0 13 D 9A 3D 44
Octal 173 337 264 55 0 23 15 232 75 104
Binary 1111011 11011111 10110100 101101 0 10011 1101 10011010 111101 1000100

Color Harmonies of #7BDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFB4

Black with #7BDFB4

Text Example


Text Example

White with #7BDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BDFB4; }

 p { color: rgb(123,223,180); }

 H1.HeaderClassName
 {
   color: #7BDFB4;
 }
 .AnyTagClassName
 {
   color: #7BDFB4;
 }
</style>

background-color css

<style>
 a { background-color: #7BDFB4; }

 a { background-color: rgb(123,223,180); }

 div.DivClassName
 {
   background-color: #7BDFB4;
 }
 .BgClassName
 {
   background-color: #7BDFB4;
 }
</style>

border-color css

<style>
 span { border-color: #7BDFB4; }

 span { border-color: rgb(123,223,180); }

 td.TdClassName
 {
   border-color: #7BDFB4;
 }
 .TagClassName
 {
   border-color: #7BDFB4;
 }
</style>