Html Css Color HEX #55C0B3 Puerto Rico

📋 copy color: '#55C0B3'

red 85 ◦ green 192 ◦ blue 179

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

Shades of Puerto Rico #55C0B3

Tints of Puerto Rico #55C0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 179 (70.31% from 255) = 39.25%

R = 18.64%
G = 42.11%
B = 39.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#55C0B3 (or 0x55C0B3) is known color: Puerto Rico. HEX triplet: 55, C0 and B3. RGB value is (85,192,179). Sum of RGB (Red+Green+Blue) = 85+192+179=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0B3 is #AA3F4C. Grayscale: #9E9E9E. Windows color (decimal): -11157325 or 11780181. OLE color: 11780181.

HSL color Cylindrical-coordinate representation of color #55C0B3: hue angle of 172.71º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0B3 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 179 -
CMYK 0.56 0 0.07 0.25
HSL 172.71º 0.46% 0.54% -
HSV(B) 172.71º 0.56% 0.75% -
XYZ 30.73 42.89 49.31 -
YUV 158.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 85 192 179 0.56 0 0.07 0.25 172.71 0.46 0.54
Hex 55 C0 B3 38 0 7 19 AD 2E 36
Octal 125 300 263 70 0 7 31 255 56 66
Binary 1010101 11000000 10110011 111000 0 111 11001 10101101 101110 110110

Color Harmonies of #55C0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0B3

Black with #55C0B3

Text Example


Text Example

White with #55C0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,179); }

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

background-color css

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

 a { background-color: rgb(85,192,179); }

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

border-color css

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

 span { border-color: rgb(85,192,179); }

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