Html Css Color HEX #89CCB4 Bermuda

📋 copy color: '#89CCB4'

red 137 ◦ green 204 ◦ blue 180

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

Shades of Bermuda #89CCB4

Tints of Bermuda #89CCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 26.3%
G = 39.16%
B = 34.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#89CCB4 (or 0x89CCB4) is known color: Bermuda. HEX triplet: 89, CC and B4. RGB value is (137,204,180). Sum of RGB (Red+Green+Blue) = 137+204+180=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCB4 is #76334B. Grayscale: #B5B5B5. Windows color (decimal): -7746380 or 11848841. OLE color: 11848841.

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

Color convert

RGB 137 204 180 -
CMYK 0.33 0 0.12 0.2
HSL 158.51º 0.4% 0.67% -
HSV(B) 158.51º 0.33% 0.8% -
XYZ 40.15 51.8 51.06 -
YUV 181.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 137 204 180 0.33 0 0.12 0.2 158.51 0.4 0.67
Hex 89 CC B4 21 0 C 14 9F 28 43
Octal 211 314 264 41 0 14 24 237 50 103
Binary 10001001 11001100 10110100 100001 0 1100 10100 10011111 101000 1000011

Color Harmonies of #89CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CCB4

Black with #89CCB4

Text Example


Text Example

White with #89CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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