Html Css Color HEX #53CAB2 Puerto Rico

📋 copy color: '#53CAB2'

red 83 ◦ green 202 ◦ blue 178

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

Shades of Puerto Rico #53CAB2

Tints of Puerto Rico #53CAB2

RGB

 RED value IS 83 (32.81% from 255) = 17.93%

 GREEN value IS 202 (79.3% from 255) = 43.63%

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

R = 17.93%
G = 43.63%
B = 38.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#53CAB2 (or 0x53CAB2) is known color: Puerto Rico. HEX triplet: 53, CA and B2. RGB value is (83,202,178). Sum of RGB (Red+Green+Blue) = 83+202+178=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAB2 is #AC354D. Grayscale: #A3A3A3. Windows color (decimal): -11285838 or 11717203. OLE color: 11717203.

HSL color Cylindrical-coordinate representation of color #53CAB2: hue angle of 167.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAB2 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 178 -
CMYK 0.59 0 0.12 0.21
HSL 167.9º 0.53% 0.56% -
HSV(B) 167.9º 0.59% 0.79% -
XYZ 32.72 47.29 49.52 -
YUV 163.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 83 202 178 0.59 0 0.12 0.21 167.9 0.53 0.56
Hex 53 CA B2 3B 0 C 15 A8 35 38
Octal 123 312 262 73 0 14 25 250 65 70
Binary 1010011 11001010 10110010 111011 0 1100 10101 10101000 110101 111000

Color Harmonies of #53CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAB2

Black with #53CAB2

Text Example


Text Example

White with #53CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CAB2; }

 p { color: rgb(83,202,178); }

 H1.HeaderClassName
 {
   color: #53CAB2;
 }
 .AnyTagClassName
 {
   color: #53CAB2;
 }
</style>

background-color css

<style>
 a { background-color: #53CAB2; }

 a { background-color: rgb(83,202,178); }

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

border-color css

<style>
 span { border-color: #53CAB2; }

 span { border-color: rgb(83,202,178); }

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