Html Css Color HEX #88DBBA Bermuda

📋 copy color: '#88DBBA'

red 136 ◦ green 219 ◦ blue 186

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

Shades of Bermuda #88DBBA

Tints of Bermuda #88DBBA

RGB

 RED value IS 136 (53.52% from 255) = 25.14%

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 25.14%
G = 40.48%
B = 34.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#88DBBA (or 0x88DBBA) is known color: Bermuda. HEX triplet: 88, DB and BA. RGB value is (136,219,186). Sum of RGB (Red+Green+Blue) = 136+219+186=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBBA is #772445. Grayscale: #BEBEBE. Windows color (decimal): -7808070 or 12245896. OLE color: 12245896.

HSL color Cylindrical-coordinate representation of color #88DBBA: hue angle of 156.14º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBBA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 219 186 -
CMYK 0.38 0 0.15 0.14
HSL 156.14º 0.54% 0.7% -
HSV(B) 156.14º 0.38% 0.86% -
XYZ 44.35 59.44 55.59 -
YUV 190.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 136 219 186 0.38 0 0.15 0.14 156.14 0.54 0.7
Hex 88 DB BA 26 0 F E 9C 36 46
Octal 210 333 272 46 0 17 16 234 66 106
Binary 10001000 11011011 10111010 100110 0 1111 1110 10011100 110110 1000110

Color Harmonies of #88DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DBBA

Black with #88DBBA

Text Example


Text Example

White with #88DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88DBBA; }

 p { color: rgb(136,219,186); }

 H1.HeaderClassName
 {
   color: #88DBBA;
 }
 .AnyTagClassName
 {
   color: #88DBBA;
 }
</style>

background-color css

<style>
 a { background-color: #88DBBA; }

 a { background-color: rgb(136,219,186); }

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

border-color css

<style>
 span { border-color: #88DBBA; }

 span { border-color: rgb(136,219,186); }

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