Html Css Color HEX #7FDBB8 Bermuda

📋 copy color: '#7FDBB8'

red 127 ◦ green 219 ◦ blue 184

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

Shades of Bermuda #7FDBB8

Tints of Bermuda #7FDBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 23.96%
G = 41.32%
B = 34.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#7FDBB8 (or 0x7FDBB8) is known color: Bermuda. HEX triplet: 7F, DB and B8. RGB value is (127,219,184). Sum of RGB (Red+Green+Blue) = 127+219+184=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBB8 is #802447. Grayscale: #BBBBBB. Windows color (decimal): -8397896 or 12114815. OLE color: 12114815.

HSL color Cylindrical-coordinate representation of color #7FDBB8: hue angle of 157.17º 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 #7FDBB8 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 184 -
CMYK 0.42 0 0.16 0.14
HSL 157.17º 0.56% 0.68% -
HSV(B) 157.17º 0.42% 0.86% -
XYZ 42.74 58.64 54.41 -
YUV 187.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 127 219 184 0.42 0 0.16 0.14 157.17 0.56 0.68
Hex 7F DB B8 2A 0 10 E 9D 38 44
Octal 177 333 270 52 0 20 16 235 70 104
Binary 1111111 11011011 10111000 101010 0 10000 1110 10011101 111000 1000100

Color Harmonies of #7FDBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDBB8

Black with #7FDBB8

Text Example


Text Example

White with #7FDBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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