Html Css Color HEX #55C4B8 Puerto Rico

📋 copy color: '#55C4B8'

red 85 ◦ green 196 ◦ blue 184

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

Shades of Puerto Rico #55C4B8

Tints of Puerto Rico #55C4B8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.15%

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 18.28%
G = 42.15%
B = 39.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#55C4B8 (or 0x55C4B8) is known color: Puerto Rico. HEX triplet: 55, C4 and B8. RGB value is (85,196,184). Sum of RGB (Red+Green+Blue) = 85+196+184=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #55C4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C4B8 is #AA3B47. Grayscale: #A1A1A1. Windows color (decimal): -11156296 or 12108885. OLE color: 12108885.

HSL color Cylindrical-coordinate representation of color #55C4B8: hue angle of 173.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C4B8 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 196 184 -
CMYK 0.57 0 0.06 0.23
HSL 173.51º 0.48% 0.55% -
HSV(B) 173.51º 0.57% 0.77% -
XYZ 32.14 44.87 52.31 -
YUV 161.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 85 196 184 0.57 0 0.06 0.23 173.51 0.48 0.55
Hex 55 C4 B8 39 0 6 17 AE 30 37
Octal 125 304 270 71 0 6 27 256 60 67
Binary 1010101 11000100 10111000 111001 0 110 10111 10101110 110000 110111

Color Harmonies of #55C4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C4B8

Black with #55C4B8

Text Example


Text Example

White with #55C4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,184); }

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

background-color css

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

 a { background-color: rgb(85,196,184); }

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

border-color css

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

 span { border-color: rgb(85,196,184); }

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