Html Css Color HEX #55CAA3 Puerto Rico

📋 copy color: '#55CAA3'

red 85 ◦ green 202 ◦ blue 163

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

Shades of Puerto Rico #55CAA3

Tints of Puerto Rico #55CAA3

RGB

 RED value IS 85 (33.59% from 255) = 18.89%

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

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 18.89%
G = 44.89%
B = 36.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#55CAA3 (or 0x55CAA3) is known color: Puerto Rico. HEX triplet: 55, CA and A3. RGB value is (85,202,163). Sum of RGB (Red+Green+Blue) = 85+202+163=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA3 is #AA355C. Grayscale: #A2A2A2. Windows color (decimal): -11154781 or 10734165. OLE color: 10734165.

HSL color Cylindrical-coordinate representation of color #55CAA3: hue angle of 160º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAA3 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 163 -
CMYK 0.58 0 0.19 0.21
HSL 160º 0.52% 0.56% -
HSV(B) 160º 0.58% 0.79% -
XYZ 31.48 46.82 42.03 -
YUV 162.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 85 202 163 0.58 0 0.19 0.21 160 0.52 0.56
Hex 55 CA A3 3A 0 13 15 A0 34 38
Octal 125 312 243 72 0 23 25 240 64 70
Binary 1010101 11001010 10100011 111010 0 10011 10101 10100000 110100 111000

Color Harmonies of #55CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAA3

Black with #55CAA3

Text Example


Text Example

White with #55CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CAA3; }

 p { color: rgb(85,202,163); }

 H1.HeaderClassName
 {
   color: #55CAA3;
 }
 .AnyTagClassName
 {
   color: #55CAA3;
 }
</style>

background-color css

<style>
 a { background-color: #55CAA3; }

 a { background-color: rgb(85,202,163); }

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

border-color css

<style>
 span { border-color: #55CAA3; }

 span { border-color: rgb(85,202,163); }

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