Html Css Color HEX #53CBAD Puerto Rico

📋 copy color: '#53CBAD'

red 83 ◦ green 203 ◦ blue 173

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

Shades of Puerto Rico #53CBAD

Tints of Puerto Rico #53CBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 18.08%
G = 44.23%
B = 37.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#53CBAD (or 0x53CBAD) is known color: Puerto Rico. HEX triplet: 53, CB and AD. RGB value is (83,203,173). Sum of RGB (Red+Green+Blue) = 83+203+173=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CBAD is #AC3452. Grayscale: #A3A3A3. Windows color (decimal): -11285587 or 11389779. OLE color: 11389779.

HSL color Cylindrical-coordinate representation of color #53CBAD: hue angle of 165º 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 #53CBAD is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 203 173 -
CMYK 0.59 0 0.15 0.20
HSL 165º 0.54% 0.56% -
HSV(B) 165º 0.59% 0.8% -
XYZ 32.47 47.57 47.01 -
YUV 163.7 133.24 70.44 -
System Red Green Blue C M Y K H S L
Decimal 83 203 173 0.59 0 0.15 0.20 165 0.54 0.56
Hex 53 CB AD 3B 0 F 14 A5 36 38
Octal 123 313 255 73 0 17 24 245 66 70
Binary 1010011 11001011 10101101 111011 0 1111 10100 10100101 110110 111000

Color Harmonies of #53CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBAD

Black with #53CBAD

Text Example


Text Example

White with #53CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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