Html Css Color HEX #48CCAF Puerto Rico

📋 copy color: '#48CCAF'

red 72 ◦ green 204 ◦ blue 175

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

Shades of Puerto Rico #48CCAF

Tints of Puerto Rico #48CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 15.96%
G = 45.23%
B = 38.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#48CCAF (or 0x48CCAF) is known color: Puerto Rico. HEX triplet: 48, CC and AF. RGB value is (72,204,175). Sum of RGB (Red+Green+Blue) = 72+204+175=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CCAF is #B73350. Grayscale: #A1A1A1. Windows color (decimal): -12006225 or 11521096. OLE color: 11521096.

HSL color Cylindrical-coordinate representation of color #48CCAF: hue angle of 166.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCAF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 175 -
CMYK 0.65 0 0.14 0.2
HSL 166.82º 0.56% 0.54% -
HSV(B) 166.82º 0.65% 0.8% -
XYZ 32 47.66 48.07 -
YUV 161.23 135.77 64.36 -
System Red Green Blue C M Y K H S L
Decimal 72 204 175 0.65 0 0.14 0.2 166.82 0.56 0.54
Hex 48 CC AF 41 0 E 14 A7 38 36
Octal 110 314 257 101 0 16 24 247 70 66
Binary 1001000 11001100 10101111 1000001 0 1110 10100 10100111 111000 110110

Color Harmonies of #48CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCAF

Black with #48CCAF

Text Example


Text Example

White with #48CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,175); }

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

background-color css

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

 a { background-color: rgb(72,204,175); }

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

border-color css

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

 span { border-color: rgb(72,204,175); }

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