Html Css Color HEX #48C2A4 Puerto Rico

📋 copy color: '#48C2A4'

red 72 ◦ green 194 ◦ blue 164

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

Shades of Puerto Rico #48C2A4

Tints of Puerto Rico #48C2A4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 16.74%
G = 45.12%
B = 38.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#48C2A4 (or 0x48C2A4) is known color: Puerto Rico. HEX triplet: 48, C2 and A4. RGB value is (72,194,164). Sum of RGB (Red+Green+Blue) = 72+194+164=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #48C2A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C2A4 is #B73D5B. Grayscale: #9A9A9A. Windows color (decimal): -12008796 or 10797640. OLE color: 10797640.

HSL color Cylindrical-coordinate representation of color #48C2A4: hue angle of 165.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C2A4 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 164 -
CMYK 0.63 0 0.15 0.24
HSL 165.25º 0.5% 0.52% -
HSV(B) 165.25º 0.63% 0.76% -
XYZ 28.67 42.64 41.84 -
YUV 154.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 72 194 164 0.63 0 0.15 0.24 165.25 0.5 0.52
Hex 48 C2 A4 3F 0 F 18 A5 32 34
Octal 110 302 244 77 0 17 30 245 62 64
Binary 1001000 11000010 10100100 111111 0 1111 11000 10100101 110010 110100

Color Harmonies of #48C2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C2A4

Black with #48C2A4

Text Example


Text Example

White with #48C2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,194,164); }

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

background-color css

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

 a { background-color: rgb(72,194,164); }

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

border-color css

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

 span { border-color: rgb(72,194,164); }

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