Html Css Color HEX #52CBAD Puerto Rico

📋 copy color: '#52CBAD'

red 82 ◦ green 203 ◦ blue 173

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

Shades of Puerto Rico #52CBAD

Tints of Puerto Rico #52CBAD

RGB

 RED value IS 82 (32.42% from 255) = 17.9%

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

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

R = 17.9%
G = 44.32%
B = 37.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#52CBAD (or 0x52CBAD) is known color: Puerto Rico. HEX triplet: 52, CB and AD. RGB value is (82,203,173). Sum of RGB (Red+Green+Blue) = 82+203+173=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CBAD is #AD3452. Grayscale: #A3A3A3. Windows color (decimal): -11351123 or 11389778. OLE color: 11389778.

HSL color Cylindrical-coordinate representation of color #52CBAD: hue angle of 165.12º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBAD is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 173 -
CMYK 0.60 0 0.15 0.20
HSL 165.12º 0.54% 0.56% -
HSV(B) 165.12º 0.6% 0.8% -
XYZ 32.38 47.52 47 -
YUV 163.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 82 203 173 0.60 0 0.15 0.20 165.12 0.54 0.56
Hex 52 CB AD 3C 0 F 14 A5 36 38
Octal 122 313 255 74 0 17 24 245 66 70
Binary 1010010 11001011 10101101 111100 0 1111 10100 10100101 110110 111000

Color Harmonies of #52CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBAD

Black with #52CBAD

Text Example


Text Example

White with #52CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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