Html Css Color HEX #5ABEB3 Puerto Rico

📋 copy color: '#5ABEB3'

red 90 ◦ green 190 ◦ blue 179

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

Shades of Puerto Rico #5ABEB3

Tints of Puerto Rico #5ABEB3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 19.61%
G = 41.39%
B = 39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#5ABEB3 (or 0x5ABEB3) is known color: Puerto Rico. HEX triplet: 5A, BE and B3. RGB value is (90,190,179). Sum of RGB (Red+Green+Blue) = 90+190+179=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEB3 is #A5414C. Grayscale: #9E9E9E. Windows color (decimal): -10830157 or 11779674. OLE color: 11779674.

HSL color Cylindrical-coordinate representation of color #5ABEB3: hue angle of 173.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEB3 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 179 -
CMYK 0.53 0 0.06 0.25
HSL 173.4º 0.43% 0.55% -
HSV(B) 173.4º 0.53% 0.75% -
XYZ 30.77 42.26 49.18 -
YUV 158.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 90 190 179 0.53 0 0.06 0.25 173.4 0.43 0.55
Hex 5A BE B3 35 0 6 19 AD 2B 37
Octal 132 276 263 65 0 6 31 255 53 67
Binary 1011010 10111110 10110011 110101 0 110 11001 10101101 101011 110111

Color Harmonies of #5ABEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEB3

Black with #5ABEB3

Text Example


Text Example

White with #5ABEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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