Html Css Color HEX #89CCC0 Bermuda

📋 copy color: '#89CCC0'

red 137 ◦ green 204 ◦ blue 192

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

Shades of Bermuda #89CCC0

Tints of Bermuda #89CCC0

RGB

 RED value IS 137 (53.91% from 255) = 25.7%

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

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

R = 25.7%
G = 38.27%
B = 36.02%

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

#89CCC0 (or 0x89CCC0) is known color: Bermuda. HEX triplet: 89, CC and C0. RGB value is (137,204,192). Sum of RGB (Red+Green+Blue) = 137+204+192=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCC0 is #76333F. Grayscale: #B6B6B6. Windows color (decimal): -7746368 or 12635273. OLE color: 12635273.

HSL color Cylindrical-coordinate representation of color #89CCC0: hue angle of 169.25º 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 #89CCC0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 204 192 -
CMYK 0.33 0 0.06 0.2
HSL 169.25º 0.4% 0.67% -
HSV(B) 169.25º 0.33% 0.8% -
XYZ 41.42 52.31 57.78 -
YUV 182.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 137 204 192 0.33 0 0.06 0.2 169.25 0.4 0.67
Hex 89 CC C0 21 0 6 14 A9 28 43
Octal 211 314 300 41 0 6 24 251 50 103
Binary 10001001 11001100 11000000 100001 0 110 10100 10101001 101000 1000011

Color Harmonies of #89CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCC0

Black with #89CCC0

Text Example


Text Example

White with #89CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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