Html Css Color HEX #48C5AE Puerto Rico

📋 copy color: '#48C5AE'

red 72 ◦ green 197 ◦ blue 174

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

Shades of Puerto Rico #48C5AE

Tints of Puerto Rico #48C5AE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.47%

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 16.25%
G = 44.47%
B = 39.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#48C5AE (or 0x48C5AE) is known color: Puerto Rico. HEX triplet: 48, C5 and AE. RGB value is (72,197,174). Sum of RGB (Red+Green+Blue) = 72+197+174=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #48C5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C5AE is #B73A51. Grayscale: #9C9C9C. Windows color (decimal): -12008018 or 11453768. OLE color: 11453768.

HSL color Cylindrical-coordinate representation of color #48C5AE: hue angle of 168.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C5AE is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 174 -
CMYK 0.63 0 0.12 0.23
HSL 168.96º 0.52% 0.53% -
HSV(B) 168.96º 0.63% 0.77% -
XYZ 30.28 44.37 47.01 -
YUV 157 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 72 197 174 0.63 0 0.12 0.23 168.96 0.52 0.53
Hex 48 C5 AE 3F 0 C 17 A9 34 35
Octal 110 305 256 77 0 14 27 251 64 65
Binary 1001000 11000101 10101110 111111 0 1100 10111 10101001 110100 110101

Color Harmonies of #48C5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C5AE

Black with #48C5AE

Text Example


Text Example

White with #48C5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,174); }

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

background-color css

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

 a { background-color: rgb(72,197,174); }

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

border-color css

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

 span { border-color: rgb(72,197,174); }

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