Html Css Color HEX #30ACB9 Pelorous

📋 copy color: '#30ACB9'

red 48 ◦ green 172 ◦ blue 185

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

Shades of Pelorous #30ACB9

Tints of Pelorous #30ACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 11.85%
G = 42.47%
B = 45.68%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30ACB9 (or 0x30ACB9) is known color: Pelorous. HEX triplet: 30, AC and B9. RGB value is (48,172,185). Sum of RGB (Red+Green+Blue) = 48+172+185=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #30ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB9 is #CF5346. Grayscale: #888888. Windows color (decimal): -13587271 or 12168240. OLE color: 12168240.

HSL color Cylindrical-coordinate representation of color #30ACB9: hue angle of 185.69º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30ACB9 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 172 185 -
CMYK 0.74 0.07 0 0.27
HSL 185.69º 0.59% 0.46% -
HSV(B) 185.69º 0.74% 0.73% -
XYZ 24.73 33.64 51.09 -
YUV 136.41 155.42 64.94 -
System Red Green Blue C M Y K H S L
Decimal 48 172 185 0.74 0.07 0 0.27 185.69 0.59 0.46
Hex 30 AC B9 4A 7 0 1B BA 3B 2E
Octal 60 254 271 112 7 0 33 272 73 56
Binary 110000 10101100 10111001 1001010 111 0 11011 10111010 111011 101110

Color Harmonies of #30ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACB9

Black with #30ACB9

Text Example


Text Example

White with #30ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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