Html Css Color HEX #30ACC3 Pelorous

📋 copy color: '#30ACC3'

red 48 ◦ green 172 ◦ blue 195

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

Shades of Pelorous #30ACC3

Tints of Pelorous #30ACC3

RGB

 RED value IS 48 (19.14% from 255) = 11.57%

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 11.57%
G = 41.45%
B = 46.99%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#30ACC3 (or 0x30ACC3) is known color: Pelorous. HEX triplet: 30, AC and C3. RGB value is (48,172,195). Sum of RGB (Red+Green+Blue) = 48+172+195=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #30ACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACC3 is #CF533C. Grayscale: #898989. Windows color (decimal): -13587261 or 12823600. OLE color: 12823600.

HSL color Cylindrical-coordinate representation of color #30ACC3: hue angle of 189.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ACC3 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 172 195 -
CMYK 0.75 0.12 0 0.24
HSL 189.39º 0.6% 0.48% -
HSV(B) 189.39º 0.75% 0.76% -
XYZ 25.82 34.07 56.85 -
YUV 137.55 160.42 64.13 -
System Red Green Blue C M Y K H S L
Decimal 48 172 195 0.75 0.12 0 0.24 189.39 0.6 0.48
Hex 30 AC C3 4B C 0 18 BD 3C 30
Octal 60 254 303 113 14 0 30 275 74 60
Binary 110000 10101100 11000011 1001011 1100 0 11000 10111101 111100 110000

Color Harmonies of #30ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACC3

Black with #30ACC3

Text Example


Text Example

White with #30ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30ACC3; }

 p { color: rgb(48,172,195); }

 H1.HeaderClassName
 {
   color: #30ACC3;
 }
 .AnyTagClassName
 {
   color: #30ACC3;
 }
</style>

background-color css

<style>
 a { background-color: #30ACC3; }

 a { background-color: rgb(48,172,195); }

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

border-color css

<style>
 span { border-color: #30ACC3; }

 span { border-color: rgb(48,172,195); }

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