Html Css Color HEX #89CAB4 Bermuda

📋 copy color: '#89CAB4'

red 137 ◦ green 202 ◦ blue 180

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

Shades of Bermuda #89CAB4

Tints of Bermuda #89CAB4

RGB

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

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

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

R = 26.4%
G = 38.92%
B = 34.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#89CAB4 (or 0x89CAB4) is known color: Bermuda. HEX triplet: 89, CA and B4. RGB value is (137,202,180). Sum of RGB (Red+Green+Blue) = 137+202+180=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAB4 is #76354B. Grayscale: #B4B4B4. Windows color (decimal): -7746892 or 11848329. OLE color: 11848329.

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

Color convert

RGB 137 202 180 -
CMYK 0.32 0 0.11 0.21
HSL 159.69º 0.38% 0.66% -
HSV(B) 159.69º 0.32% 0.79% -
XYZ 39.68 50.85 50.9 -
YUV 180.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 137 202 180 0.32 0 0.11 0.21 159.69 0.38 0.66
Hex 89 CA B4 20 0 B 15 A0 26 42
Octal 211 312 264 40 0 13 25 240 46 102
Binary 10001001 11001010 10110100 100000 0 1011 10101 10100000 100110 1000010

Color Harmonies of #89CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CAB4

Black with #89CAB4

Text Example


Text Example

White with #89CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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