Html Css Color HEX #48CEAD Puerto Rico

📋 copy color: '#48CEAD'

red 72 ◦ green 206 ◦ blue 173

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

Shades of Puerto Rico #48CEAD

Tints of Puerto Rico #48CEAD

RGB

 RED value IS 72 (28.52% from 255) = 15.96%

 GREEN value IS 206 (80.86% from 255) = 45.68%

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

R = 15.96%
G = 45.68%
B = 38.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#48CEAD (or 0x48CEAD) is known color: Puerto Rico. HEX triplet: 48, CE and AD. RGB value is (72,206,173). Sum of RGB (Red+Green+Blue) = 72+206+173=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CEAD is #B73152. Grayscale: #A2A2A2. Windows color (decimal): -12005715 or 11390536. OLE color: 11390536.

HSL color Cylindrical-coordinate representation of color #48CEAD: hue angle of 165.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEAD is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 173 -
CMYK 0.65 0 0.16 0.19
HSL 165.22º 0.58% 0.55% -
HSV(B) 165.22º 0.65% 0.81% -
XYZ 32.29 48.54 47.2 -
YUV 162.17 134.11 63.68 -
System Red Green Blue C M Y K H S L
Decimal 72 206 173 0.65 0 0.16 0.19 165.22 0.58 0.55
Hex 48 CE AD 41 0 10 13 A5 3A 37
Octal 110 316 255 101 0 20 23 245 72 67
Binary 1001000 11001110 10101101 1000001 0 10000 10011 10100101 111010 110111

Color Harmonies of #48CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CEAD

Black with #48CEAD

Text Example


Text Example

White with #48CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48CEAD; }

 p { color: rgb(72,206,173); }

 H1.HeaderClassName
 {
   color: #48CEAD;
 }
 .AnyTagClassName
 {
   color: #48CEAD;
 }
</style>

background-color css

<style>
 a { background-color: #48CEAD; }

 a { background-color: rgb(72,206,173); }

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

border-color css

<style>
 span { border-color: #48CEAD; }

 span { border-color: rgb(72,206,173); }

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