Html Css Color HEX #30ABBC Pelorous

📋 copy color: '#30ABBC'

red 48 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #30ABBC

Tints of Pelorous #30ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 11.79%
G = 42.01%
B = 46.19%

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

#30ABBC (or 0x30ABBC) is known color: Pelorous. HEX triplet: 30, AB and BC. RGB value is (48,171,188). Sum of RGB (Red+Green+Blue) = 48+171+188=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #30ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBC is #CF5443. Grayscale: #878787. Windows color (decimal): -13587524 or 12364592. OLE color: 12364592.

HSL color Cylindrical-coordinate representation of color #30ABBC: hue angle of 187.29º 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 #30ABBC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 171 188 -
CMYK 0.74 0.09 0 0.26
HSL 187.29º 0.59% 0.46% -
HSV(B) 187.29º 0.74% 0.74% -
XYZ 24.86 33.39 52.71 -
YUV 136.16 157.25 65.12 -
System Red Green Blue C M Y K H S L
Decimal 48 171 188 0.74 0.09 0 0.26 187.29 0.59 0.46
Hex 30 AB BC 4A 9 0 1A BB 3B 2E
Octal 60 253 274 112 11 0 32 273 73 56
Binary 110000 10101011 10111100 1001010 1001 0 11010 10111011 111011 101110

Color Harmonies of #30ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABBC

Black with #30ABBC

Text Example


Text Example

White with #30ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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