Html Css Color HEX #30ACC0 Pelorous

📋 copy color: '#30ACC0'

red 48 ◦ green 172 ◦ blue 192

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

Shades of Pelorous #30ACC0

Tints of Pelorous #30ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 11.65%
G = 41.75%
B = 46.6%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30ACC0 (or 0x30ACC0) is known color: Pelorous. HEX triplet: 30, AC and C0. RGB value is (48,172,192). Sum of RGB (Red+Green+Blue) = 48+172+192=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #30ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACC0 is #CF533F. Grayscale: #898989. Windows color (decimal): -13587264 or 12626992. OLE color: 12626992.

HSL color Cylindrical-coordinate representation of color #30ACC0: hue angle of 188.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ACC0 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 172 192 -
CMYK 0.75 0.10 0 0.25
HSL 188.33º 0.6% 0.47% -
HSV(B) 188.33º 0.75% 0.75% -
XYZ 25.49 33.94 55.08 -
YUV 137.2 158.92 64.37 -
System Red Green Blue C M Y K H S L
Decimal 48 172 192 0.75 0.10 0 0.25 188.33 0.6 0.47
Hex 30 AC C0 4B A 0 19 BC 3C 2F
Octal 60 254 300 113 12 0 31 274 74 57
Binary 110000 10101100 11000000 1001011 1010 0 11001 10111100 111100 101111

Color Harmonies of #30ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACC0

Black with #30ACC0

Text Example


Text Example

White with #30ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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