Html Css Color HEX #5ABCB4 Puerto Rico

📋 copy color: '#5ABCB4'

red 90 ◦ green 188 ◦ blue 180

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

Shades of Puerto Rico #5ABCB4

Tints of Puerto Rico #5ABCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 19.65%
G = 41.05%
B = 39.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#5ABCB4 (or 0x5ABCB4) is known color: Puerto Rico. HEX triplet: 5A, BC and B4. RGB value is (90,188,180). Sum of RGB (Red+Green+Blue) = 90+188+180=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCB4 is #A5434B. Grayscale: #9D9D9D. Windows color (decimal): -10830668 or 11844698. OLE color: 11844698.

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

Color convert

RGB 90 188 180 -
CMYK 0.52 0 0.04 0.26
HSL 175.1º 0.42% 0.55% -
HSV(B) 175.1º 0.52% 0.74% -
XYZ 30.44 41.44 49.57 -
YUV 157.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 90 188 180 0.52 0 0.04 0.26 175.1 0.42 0.55
Hex 5A BC B4 34 0 4 1A AF 2A 37
Octal 132 274 264 64 0 4 32 257 52 67
Binary 1011010 10111100 10110100 110100 0 100 11010 10101111 101010 110111

Color Harmonies of #5ABCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCB4

Black with #5ABCB4

Text Example


Text Example

White with #5ABCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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