Html Css Color HEX #55C2A2 Puerto Rico

📋 copy color: '#55C2A2'

red 85 ◦ green 194 ◦ blue 162

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

Shades of Puerto Rico #55C2A2

Tints of Puerto Rico #55C2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 19.27%
G = 43.99%
B = 36.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#55C2A2 (or 0x55C2A2) is known color: Puerto Rico. HEX triplet: 55, C2 and A2. RGB value is (85,194,162). Sum of RGB (Red+Green+Blue) = 85+194+162=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #55C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C2A2 is #AA3D5D. Grayscale: #9D9D9D. Windows color (decimal): -11156830 or 10666581. OLE color: 10666581.

HSL color Cylindrical-coordinate representation of color #55C2A2: hue angle of 162.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C2A2 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 162 -
CMYK 0.56 0 0.16 0.24
HSL 162.39º 0.47% 0.55% -
HSV(B) 162.39º 0.56% 0.76% -
XYZ 29.56 43.12 40.95 -
YUV 157.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 85 194 162 0.56 0 0.16 0.24 162.39 0.47 0.55
Hex 55 C2 A2 38 0 10 18 A2 2F 37
Octal 125 302 242 70 0 20 30 242 57 67
Binary 1010101 11000010 10100010 111000 0 10000 11000 10100010 101111 110111

Color Harmonies of #55C2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C2A2

Black with #55C2A2

Text Example


Text Example

White with #55C2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,162); }

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

background-color css

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

 a { background-color: rgb(85,194,162); }

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

border-color css

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

 span { border-color: rgb(85,194,162); }

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