Html Css Color HEX #7FDBB6 Bermuda

📋 copy color: '#7FDBB6'

red 127 ◦ green 219 ◦ blue 182

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

Shades of Bermuda #7FDBB6

Tints of Bermuda #7FDBB6

RGB

 RED value IS 127 (50% from 255) = 24.05%

 GREEN value IS 219 (85.94% from 255) = 41.48%

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 24.05%
G = 41.48%
B = 34.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#7FDBB6 (or 0x7FDBB6) is known color: Bermuda. HEX triplet: 7F, DB and B6. RGB value is (127,219,182). Sum of RGB (Red+Green+Blue) = 127+219+182=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBB6 is #802449. Grayscale: #BBBBBB. Windows color (decimal): -8397898 or 11983743. OLE color: 11983743.

HSL color Cylindrical-coordinate representation of color #7FDBB6: hue angle of 155.87º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBB6 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 182 -
CMYK 0.42 0 0.17 0.14
HSL 155.87º 0.56% 0.68% -
HSV(B) 155.87º 0.42% 0.86% -
XYZ 42.53 58.55 53.32 -
YUV 187.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 127 219 182 0.42 0 0.17 0.14 155.87 0.56 0.68
Hex 7F DB B6 2A 0 11 E 9C 38 44
Octal 177 333 266 52 0 21 16 234 70 104
Binary 1111111 11011011 10110110 101010 0 10001 1110 10011100 111000 1000100

Color Harmonies of #7FDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDBB6

Black with #7FDBB6

Text Example


Text Example

White with #7FDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,219,182); }

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

background-color css

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

 a { background-color: rgb(127,219,182); }

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

border-color css

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

 span { border-color: rgb(127,219,182); }

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