Html Css Color HEX #5ABCB3 Puerto Rico

📋 copy color: '#5ABCB3'

red 90 ◦ green 188 ◦ blue 179

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

Shades of Puerto Rico #5ABCB3

Tints of Puerto Rico #5ABCB3

RGB

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

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

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

R = 19.69%
G = 41.14%
B = 39.17%

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

#5ABCB3 (or 0x5ABCB3) is known color: Puerto Rico. HEX triplet: 5A, BC and B3. RGB value is (90,188,179). Sum of RGB (Red+Green+Blue) = 90+188+179=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCB3 is #A5434C. Grayscale: #9D9D9D. Windows color (decimal): -10830669 or 11779162. OLE color: 11779162.

HSL color Cylindrical-coordinate representation of color #5ABCB3: hue angle of 174.49º 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 #5ABCB3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 179 -
CMYK 0.52 0 0.05 0.26
HSL 174.49º 0.42% 0.55% -
HSV(B) 174.49º 0.52% 0.74% -
XYZ 30.34 41.39 49.04 -
YUV 157.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 90 188 179 0.52 0 0.05 0.26 174.49 0.42 0.55
Hex 5A BC B3 34 0 5 1A AE 2A 37
Octal 132 274 263 64 0 5 32 256 52 67
Binary 1011010 10111100 10110011 110100 0 101 11010 10101110 101010 110111

Color Harmonies of #5ABCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCB3

Black with #5ABCB3

Text Example


Text Example

White with #5ABCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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