Html Css Color HEX #55C3AB Puerto Rico

📋 copy color: '#55C3AB'

red 85 ◦ green 195 ◦ blue 171

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

Shades of Puerto Rico #55C3AB

Tints of Puerto Rico #55C3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.24%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 18.85%
G = 43.24%
B = 37.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#55C3AB (or 0x55C3AB) is known color: Puerto Rico. HEX triplet: 55, C3 and AB. RGB value is (85,195,171). Sum of RGB (Red+Green+Blue) = 85+195+171=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C3AB is #AA3C54. Grayscale: #9F9F9F. Windows color (decimal): -11156565 or 11256661. OLE color: 11256661.

HSL color Cylindrical-coordinate representation of color #55C3AB: hue angle of 166.91º degrees, saturation: 0.48, 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 #55C3AB is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 195 171 -
CMYK 0.56 0 0.12 0.24
HSL 166.91º 0.48% 0.55% -
HSV(B) 166.91º 0.56% 0.76% -
XYZ 30.61 43.9 45.39 -
YUV 159.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 85 195 171 0.56 0 0.12 0.24 166.91 0.48 0.55
Hex 55 C3 AB 38 0 C 18 A7 30 37
Octal 125 303 253 70 0 14 30 247 60 67
Binary 1010101 11000011 10101011 111000 0 1100 11000 10100111 110000 110111

Color Harmonies of #55C3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C3AB

Black with #55C3AB

Text Example


Text Example

White with #55C3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,195,171); }

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

background-color css

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

 a { background-color: rgb(85,195,171); }

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

border-color css

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

 span { border-color: rgb(85,195,171); }

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