Html Css Color HEX #48BDB3 Puerto Rico

📋 copy color: '#48BDB3'

red 72 ◦ green 189 ◦ blue 179

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

Shades of Puerto Rico #48BDB3

Tints of Puerto Rico #48BDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 16.36%
G = 42.95%
B = 40.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#48BDB3 (or 0x48BDB3) is known color: Puerto Rico. HEX triplet: 48, BD and B3. RGB value is (72,189,179). Sum of RGB (Red+Green+Blue) = 72+189+179=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #48BDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDB3 is #B7424C. Grayscale: #989898. Windows color (decimal): -12010061 or 11779400. OLE color: 11779400.

HSL color Cylindrical-coordinate representation of color #48BDB3: hue angle of 174.87º degrees, saturation: 0.47, 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 #48BDB3 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 179 -
CMYK 0.62 0 0.05 0.26
HSL 174.87º 0.47% 0.51% -
HSV(B) 174.87º 0.62% 0.74% -
XYZ 29.01 41.03 49.04 -
YUV 152.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 72 189 179 0.62 0 0.05 0.26 174.87 0.47 0.51
Hex 48 BD B3 3E 0 5 1A AF 2F 33
Octal 110 275 263 76 0 5 32 257 57 63
Binary 1001000 10111101 10110011 111110 0 101 11010 10101111 101111 110011

Color Harmonies of #48BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDB3

Black with #48BDB3

Text Example


Text Example

White with #48BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,179); }

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

background-color css

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

 a { background-color: rgb(72,189,179); }

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

border-color css

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

 span { border-color: rgb(72,189,179); }

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