Html Css Color HEX #30ABBF Pelorous

📋 copy color: '#30ABBF'

red 48 ◦ green 171 ◦ blue 191

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

Shades of Pelorous #30ABBF

Tints of Pelorous #30ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 11.71%
G = 41.71%
B = 46.59%

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

#30ABBF (or 0x30ABBF) is known color: Pelorous. HEX triplet: 30, AB and BF. RGB value is (48,171,191). Sum of RGB (Red+Green+Blue) = 48+171+191=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #30ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBF is #CF5440. Grayscale: #888888. Windows color (decimal): -13587521 or 12561200. OLE color: 12561200.

HSL color Cylindrical-coordinate representation of color #30ABBF: hue angle of 188.39º 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 #30ABBF is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 171 191 -
CMYK 0.75 0.10 0 0.25
HSL 188.39º 0.6% 0.47% -
HSV(B) 188.39º 0.75% 0.75% -
XYZ 25.19 33.52 54.43 -
YUV 136.5 158.75 64.87 -
System Red Green Blue C M Y K H S L
Decimal 48 171 191 0.75 0.10 0 0.25 188.39 0.6 0.47
Hex 30 AB BF 4B A 0 19 BC 3C 2F
Octal 60 253 277 113 12 0 31 274 74 57
Binary 110000 10101011 10111111 1001011 1010 0 11001 10111100 111100 101111

Color Harmonies of #30ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABBF

Black with #30ABBF

Text Example


Text Example

White with #30ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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