Html Css Color HEX #55C6B5 Puerto Rico

📋 copy color: '#55C6B5'

red 85 ◦ green 198 ◦ blue 181

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

Shades of Puerto Rico #55C6B5

Tints of Puerto Rico #55C6B5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 18.32%
G = 42.67%
B = 39.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#55C6B5 (or 0x55C6B5) is known color: Puerto Rico. HEX triplet: 55, C6 and B5. RGB value is (85,198,181). Sum of RGB (Red+Green+Blue) = 85+198+181=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6B5 is #AA394A. Grayscale: #A2A2A2. Windows color (decimal): -11155787 or 11912789. OLE color: 11912789.

HSL color Cylindrical-coordinate representation of color #55C6B5: hue angle of 170.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C6B5 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 181 -
CMYK 0.57 0 0.09 0.22
HSL 170.97º 0.5% 0.55% -
HSV(B) 170.97º 0.57% 0.78% -
XYZ 32.28 45.66 50.83 -
YUV 162.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 85 198 181 0.57 0 0.09 0.22 170.97 0.5 0.55
Hex 55 C6 B5 39 0 9 16 AB 32 37
Octal 125 306 265 71 0 11 26 253 62 67
Binary 1010101 11000110 10110101 111001 0 1001 10110 10101011 110010 110111

Color Harmonies of #55C6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6B5

Black with #55C6B5

Text Example


Text Example

White with #55C6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,198,181); }

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

background-color css

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

 a { background-color: rgb(85,198,181); }

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

border-color css

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

 span { border-color: rgb(85,198,181); }

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