Html Css Color HEX #90CEBD Bermuda

📋 copy color: '#90CEBD'

red 144 ◦ green 206 ◦ blue 189

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

Shades of Bermuda #90CEBD

Tints of Bermuda #90CEBD

RGB

 RED value IS 144 (56.64% from 255) = 26.72%

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 26.72%
G = 38.22%
B = 35.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#90CEBD (or 0x90CEBD) is known color: Bermuda. HEX triplet: 90, CE and BD. RGB value is (144,206,189). Sum of RGB (Red+Green+Blue) = 144+206+189=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEBD is #6F3142. Grayscale: #B9B9B9. Windows color (decimal): -7287107 or 12439184. OLE color: 12439184.

HSL color Cylindrical-coordinate representation of color #90CEBD: hue angle of 163.55º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEBD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 189 -
CMYK 0.30 0 0.08 0.19
HSL 163.55º 0.39% 0.69% -
HSV(B) 163.55º 0.3% 0.81% -
XYZ 42.76 53.75 56.26 -
YUV 185.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 144 206 189 0.30 0 0.08 0.19 163.55 0.39 0.69
Hex 90 CE BD 1E 0 8 13 A4 27 45
Octal 220 316 275 36 0 10 23 244 47 105
Binary 10010000 11001110 10111101 11110 0 1000 10011 10100100 100111 1000101

Color Harmonies of #90CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEBD

Black with #90CEBD

Text Example


Text Example

White with #90CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CEBD; }

 p { color: rgb(144,206,189); }

 H1.HeaderClassName
 {
   color: #90CEBD;
 }
 .AnyTagClassName
 {
   color: #90CEBD;
 }
</style>

background-color css

<style>
 a { background-color: #90CEBD; }

 a { background-color: rgb(144,206,189); }

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

border-color css

<style>
 span { border-color: #90CEBD; }

 span { border-color: rgb(144,206,189); }

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