Html Css Color HEX #48CFB0 Puerto Rico

📋 copy color: '#48CFB0'

red 72 ◦ green 207 ◦ blue 176

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

Shades of Puerto Rico #48CFB0

Tints of Puerto Rico #48CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 15.82%
G = 45.49%
B = 38.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#48CFB0 (or 0x48CFB0) is known color: Puerto Rico. HEX triplet: 48, CF and B0. RGB value is (72,207,176). Sum of RGB (Red+Green+Blue) = 72+207+176=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CFB0 is #B7304F. Grayscale: #A3A3A3. Windows color (decimal): -12005456 or 11587400. OLE color: 11587400.

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

Color convert

RGB 72 207 176 -
CMYK 0.65 0 0.15 0.19
HSL 166.22º 0.58% 0.55% -
HSV(B) 166.22º 0.65% 0.81% -
XYZ 32.82 49.14 48.83 -
YUV 163.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 72 207 176 0.65 0 0.15 0.19 166.22 0.58 0.55
Hex 48 CF B0 41 0 F 13 A6 3A 37
Octal 110 317 260 101 0 17 23 246 72 67
Binary 1001000 11001111 10110000 1000001 0 1111 10011 10100110 111010 110111

Color Harmonies of #48CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CFB0

Black with #48CFB0

Text Example


Text Example

White with #48CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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