Html Css Color HEX #48CFAB Puerto Rico

📋 copy color: '#48CFAB'

red 72 ◦ green 207 ◦ blue 171

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

Shades of Puerto Rico #48CFAB

Tints of Puerto Rico #48CFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 16%
G = 46%
B = 38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#48CFAB (or 0x48CFAB) is known color: Puerto Rico. HEX triplet: 48, CF and AB. RGB value is (72,207,171). Sum of RGB (Red+Green+Blue) = 72+207+171=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CFAB is #B73054. Grayscale: #A2A2A2. Windows color (decimal): -12005461 or 11259720. OLE color: 11259720.

HSL color Cylindrical-coordinate representation of color #48CFAB: hue angle of 164º 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 #48CFAB is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 171 -
CMYK 0.65 0 0.17 0.19
HSL 164º 0.58% 0.55% -
HSV(B) 164º 0.65% 0.81% -
XYZ 32.34 48.94 46.27 -
YUV 162.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 72 207 171 0.65 0 0.17 0.19 164 0.58 0.55
Hex 48 CF AB 41 0 11 13 A4 3A 37
Octal 110 317 253 101 0 21 23 244 72 67
Binary 1001000 11001111 10101011 1000001 0 10001 10011 10100100 111010 110111

Color Harmonies of #48CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFAB

Black with #48CFAB

Text Example


Text Example

White with #48CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,171); }

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

background-color css

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

 a { background-color: rgb(72,207,171); }

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

border-color css

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

 span { border-color: rgb(72,207,171); }

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