Html Css Color HEX #5ABCB2 Puerto Rico

📋 copy color: '#5ABCB2'

red 90 ◦ green 188 ◦ blue 178

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

Shades of Puerto Rico #5ABCB2

Tints of Puerto Rico #5ABCB2

RGB

 RED value IS 90 (35.55% from 255) = 19.74%

 GREEN value IS 188 (73.83% from 255) = 41.23%

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

R = 19.74%
G = 41.23%
B = 39.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#5ABCB2 (or 0x5ABCB2) is known color: Puerto Rico. HEX triplet: 5A, BC and B2. RGB value is (90,188,178). Sum of RGB (Red+Green+Blue) = 90+188+178=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCB2 is #A5434D. Grayscale: #9D9D9D. Windows color (decimal): -10830670 or 11713626. OLE color: 11713626.

HSL color Cylindrical-coordinate representation of color #5ABCB2: hue angle of 173.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCB2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 178 -
CMYK 0.52 0 0.05 0.26
HSL 173.88º 0.42% 0.55% -
HSV(B) 173.88º 0.52% 0.74% -
XYZ 30.24 41.35 48.51 -
YUV 157.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 90 188 178 0.52 0 0.05 0.26 173.88 0.42 0.55
Hex 5A BC B2 34 0 5 1A AE 2A 37
Octal 132 274 262 64 0 5 32 256 52 67
Binary 1011010 10111100 10110010 110100 0 101 11010 10101110 101010 110111

Color Harmonies of #5ABCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCB2

Black with #5ABCB2

Text Example


Text Example

White with #5ABCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABCB2; }

 p { color: rgb(90,188,178); }

 H1.HeaderClassName
 {
   color: #5ABCB2;
 }
 .AnyTagClassName
 {
   color: #5ABCB2;
 }
</style>

background-color css

<style>
 a { background-color: #5ABCB2; }

 a { background-color: rgb(90,188,178); }

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

border-color css

<style>
 span { border-color: #5ABCB2; }

 span { border-color: rgb(90,188,178); }

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