Html Css Color HEX #53CB9C Puerto Rico

📋 copy color: '#53CB9C'

red 83 ◦ green 203 ◦ blue 156

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

Shades of Puerto Rico #53CB9C

Tints of Puerto Rico #53CB9C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.93%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 18.78%
G = 45.93%
B = 35.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#53CB9C (or 0x53CB9C) is known color: Puerto Rico. HEX triplet: 53, CB and 9C. RGB value is (83,203,156). Sum of RGB (Red+Green+Blue) = 83+203+156=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB9C is #AC3463. Grayscale: #A1A1A1. Windows color (decimal): -11285604 or 10275667. OLE color: 10275667.

HSL color Cylindrical-coordinate representation of color #53CB9C: hue angle of 156.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB9C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 203 156 -
CMYK 0.59 0 0.23 0.20
HSL 156.5º 0.54% 0.56% -
HSV(B) 156.5º 0.59% 0.8% -
XYZ 30.92 46.95 38.89 -
YUV 161.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 83 203 156 0.59 0 0.23 0.20 156.5 0.54 0.56
Hex 53 CB 9C 3B 0 17 14 9C 36 38
Octal 123 313 234 73 0 27 24 234 66 70
Binary 1010011 11001011 10011100 111011 0 10111 10100 10011100 110110 111000

Color Harmonies of #53CB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CB9C

Black with #53CB9C

Text Example


Text Example

White with #53CB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,156); }

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

background-color css

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

 a { background-color: rgb(83,203,156); }

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

border-color css

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

 span { border-color: rgb(83,203,156); }

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