Html Css Color HEX #88CCC0 Bermuda

📋 copy color: '#88CCC0'

red 136 ◦ green 204 ◦ blue 192

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

Shades of Bermuda #88CCC0

Tints of Bermuda #88CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 25.56%
G = 38.35%
B = 36.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#88CCC0 (or 0x88CCC0) is known color: Bermuda. HEX triplet: 88, CC and C0. RGB value is (136,204,192). Sum of RGB (Red+Green+Blue) = 136+204+192=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCC0 is #77333F. Grayscale: #B6B6B6. Windows color (decimal): -7811904 or 12635272. OLE color: 12635272.

HSL color Cylindrical-coordinate representation of color #88CCC0: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCC0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 192 -
CMYK 0.33 0 0.06 0.2
HSL 169.41º 0.4% 0.67% -
HSV(B) 169.41º 0.33% 0.8% -
XYZ 41.26 52.23 57.78 -
YUV 182.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 136 204 192 0.33 0 0.06 0.2 169.41 0.4 0.67
Hex 88 CC C0 21 0 6 14 A9 28 43
Octal 210 314 300 41 0 6 24 251 50 103
Binary 10001000 11001100 11000000 100001 0 110 10100 10101001 101000 1000011

Color Harmonies of #88CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCC0

Black with #88CCC0

Text Example


Text Example

White with #88CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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