Html Css Color HEX #90CCC1 Bermuda

📋 copy color: '#90CCC1'

red 144 ◦ green 204 ◦ blue 193

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

Shades of Bermuda #90CCC1

Tints of Bermuda #90CCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.67%

R = 26.62%
G = 37.71%
B = 35.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#90CCC1 (or 0x90CCC1) is known color: Bermuda. HEX triplet: 90, CC and C1. RGB value is (144,204,193). Sum of RGB (Red+Green+Blue) = 144+204+193=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCC1 is #6F333E. Grayscale: #B8B8B8. Windows color (decimal): -7287615 or 12700816. OLE color: 12700816.

HSL color Cylindrical-coordinate representation of color #90CCC1: hue angle of 169º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCC1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 204 193 -
CMYK 0.29 0 0.05 0.2
HSL 169º 0.37% 0.68% -
HSV(B) 169º 0.29% 0.8% -
XYZ 42.72 52.97 58.42 -
YUV 184.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 144 204 193 0.29 0 0.05 0.2 169 0.37 0.68
Hex 90 CC C1 1D 0 5 14 A9 25 44
Octal 220 314 301 35 0 5 24 251 45 104
Binary 10010000 11001100 11000001 11101 0 101 10100 10101001 100101 1000100

Color Harmonies of #90CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCC1

Black with #90CCC1

Text Example


Text Example

White with #90CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,204,193); }

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

background-color css

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

 a { background-color: rgb(144,204,193); }

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

border-color css

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

 span { border-color: rgb(144,204,193); }

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