Html Css Color HEX #48BCA2 Puerto Rico

📋 copy color: '#48BCA2'

red 72 ◦ green 188 ◦ blue 162

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

Shades of Puerto Rico #48BCA2

Tints of Puerto Rico #48BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 17.06%
G = 44.55%
B = 38.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#48BCA2 (or 0x48BCA2) is known color: Puerto Rico. HEX triplet: 48, BC and A2. RGB value is (72,188,162). Sum of RGB (Red+Green+Blue) = 72+188+162=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCA2 is #B7435D. Grayscale: #969696. Windows color (decimal): -12010334 or 10665032. OLE color: 10665032.

HSL color Cylindrical-coordinate representation of color #48BCA2: hue angle of 166.55º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCA2 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 162 -
CMYK 0.62 0 0.14 0.26
HSL 166.55º 0.46% 0.51% -
HSV(B) 166.55º 0.62% 0.74% -
XYZ 27.18 39.95 40.46 -
YUV 150.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 72 188 162 0.62 0 0.14 0.26 166.55 0.46 0.51
Hex 48 BC A2 3E 0 E 1A A7 2E 33
Octal 110 274 242 76 0 16 32 247 56 63
Binary 1001000 10111100 10100010 111110 0 1110 11010 10100111 101110 110011

Color Harmonies of #48BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCA2

Black with #48BCA2

Text Example


Text Example

White with #48BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,162); }

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

background-color css

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

 a { background-color: rgb(72,188,162); }

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

border-color css

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

 span { border-color: rgb(72,188,162); }

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