Html Css Color HEX #55C7B4 Puerto Rico

📋 copy color: '#55C7B4'

red 85 ◦ green 199 ◦ blue 180

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

Shades of Puerto Rico #55C7B4

Tints of Puerto Rico #55C7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 18.32%
G = 42.89%
B = 38.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#55C7B4 (or 0x55C7B4) is known color: Puerto Rico. HEX triplet: 55, C7 and B4. RGB value is (85,199,180). Sum of RGB (Red+Green+Blue) = 85+199+180=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #55C7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C7B4 is #AA384B. Grayscale: #A2A2A2. Windows color (decimal): -11155532 or 11847509. OLE color: 11847509.

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

Color convert

RGB 85 199 180 -
CMYK 0.57 0 0.10 0.22
HSL 170º 0.5% 0.56% -
HSV(B) 170º 0.57% 0.78% -
XYZ 32.41 46.07 50.37 -
YUV 162.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 85 199 180 0.57 0 0.10 0.22 170 0.5 0.56
Hex 55 C7 B4 39 0 A 16 AA 32 38
Octal 125 307 264 71 0 12 26 252 62 70
Binary 1010101 11000111 10110100 111001 0 1010 10110 10101010 110010 111000

Color Harmonies of #55C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C7B4

Black with #55C7B4

Text Example


Text Example

White with #55C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,199,180); }

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

background-color css

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

 a { background-color: rgb(85,199,180); }

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

border-color css

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

 span { border-color: rgb(85,199,180); }

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