Html Css Color HEX #55BDB2 Puerto Rico

📋 copy color: '#55BDB2'

red 85 ◦ green 189 ◦ blue 178

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

Shades of Puerto Rico #55BDB2

Tints of Puerto Rico #55BDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 18.81%
G = 41.81%
B = 39.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#55BDB2 (or 0x55BDB2) is known color: Puerto Rico. HEX triplet: 55, BD and B2. RGB value is (85,189,178). Sum of RGB (Red+Green+Blue) = 85+189+178=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDB2 is #AA424D. Grayscale: #9C9C9C. Windows color (decimal): -11158094 or 11713877. OLE color: 11713877.

HSL color Cylindrical-coordinate representation of color #55BDB2: hue angle of 173.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BDB2 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 178 -
CMYK 0.55 0 0.06 0.26
HSL 173.65º 0.44% 0.54% -
HSV(B) 173.65º 0.55% 0.74% -
XYZ 29.98 41.54 48.56 -
YUV 156.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 85 189 178 0.55 0 0.06 0.26 173.65 0.44 0.54
Hex 55 BD B2 37 0 6 1A AE 2C 36
Octal 125 275 262 67 0 6 32 256 54 66
Binary 1010101 10111101 10110010 110111 0 110 11010 10101110 101100 110110

Color Harmonies of #55BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDB2

Black with #55BDB2

Text Example


Text Example

White with #55BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,178); }

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

background-color css

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

 a { background-color: rgb(85,189,178); }

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

border-color css

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

 span { border-color: rgb(85,189,178); }

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