Html Css Color HEX #30ACBC Pelorous

📋 copy color: '#30ACBC'

red 48 ◦ green 172 ◦ blue 188

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

Shades of Pelorous #30ACBC

Tints of Pelorous #30ACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 11.76%
G = 42.16%
B = 46.08%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#30ACBC (or 0x30ACBC) is known color: Pelorous. HEX triplet: 30, AC and BC. RGB value is (48,172,188). Sum of RGB (Red+Green+Blue) = 48+172+188=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #30ACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACBC is #CF5343. Grayscale: #888888. Windows color (decimal): -13587268 or 12364848. OLE color: 12364848.

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

Color convert

RGB 48 172 188 -
CMYK 0.74 0.09 0 0.26
HSL 186.86º 0.59% 0.46% -
HSV(B) 186.86º 0.74% 0.74% -
XYZ 25.05 33.76 52.77 -
YUV 136.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 48 172 188 0.74 0.09 0 0.26 186.86 0.59 0.46
Hex 30 AC BC 4A 9 0 1A BB 3B 2E
Octal 60 254 274 112 11 0 32 273 73 56
Binary 110000 10101100 10111100 1001010 1001 0 11010 10111011 111011 101110

Color Harmonies of #30ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACBC

Black with #30ACBC

Text Example


Text Example

White with #30ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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