Html Css Color HEX #88CAC0 Bermuda

📋 copy color: '#88CAC0'

red 136 ◦ green 202 ◦ blue 192

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

Shades of Bermuda #88CAC0

Tints of Bermuda #88CAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 25.66%
G = 38.11%
B = 36.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#88CAC0 (or 0x88CAC0) is known color: Bermuda. HEX triplet: 88, CA and C0. RGB value is (136,202,192). Sum of RGB (Red+Green+Blue) = 136+202+192=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAC0 is #77353F. Grayscale: #B5B5B5. Windows color (decimal): -7812416 or 12634760. OLE color: 12634760.

HSL color Cylindrical-coordinate representation of color #88CAC0: hue angle of 170.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CAC0 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 202 192 -
CMYK 0.33 0 0.05 0.21
HSL 170.91º 0.38% 0.66% -
HSV(B) 170.91º 0.33% 0.79% -
XYZ 40.79 51.28 57.62 -
YUV 181.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 136 202 192 0.33 0 0.05 0.21 170.91 0.38 0.66
Hex 88 CA C0 21 0 5 15 AB 26 42
Octal 210 312 300 41 0 5 25 253 46 102
Binary 10001000 11001010 11000000 100001 0 101 10101 10101011 100110 1000010

Color Harmonies of #88CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CAC0

Black with #88CAC0

Text Example


Text Example

White with #88CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,202,192); }

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

background-color css

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

 a { background-color: rgb(136,202,192); }

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

border-color css

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

 span { border-color: rgb(136,202,192); }

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