#30B0BF

Color #30B0BF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #30B0BF

Tints of Pelorous #30B0BF

Color information

#30B0BF (or 0x30B0BF) is unknown color: approx Pelorous. HEX triplet: 30, B0 and BF. RGB value is (48,176,191). Sum of RGB (Red+Green+Blue) = 48+176+191=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #30B0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0BF is #CF4F40. Grayscale: #8B8B8B. Windows color (decimal): -13586241 or 12562480. OLE color: 12562480.

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

Color convert

RGB48176191-
CMYK0.750.0800.25
HSL186.29º59.83%46.86%-
HSV(B)186.29º74.87%74.9%-
XYZ26.1535.4454.75-
YUV139.44157.0962.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.57%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 191 (75% from 255) = 46.02%
R=11.57%
G=42.41%
B=46.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481761910.750.0800.25186.2959.8346.86
Hex30B0BF4B8019ba3c2f
Octal60260277113100312727457
Binary11000010110000101111111001011100001100110111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30B0BF;
 }
 .AnyTagClassName
 {
   color: #30B0BF;
 }
</style>
background-color css

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

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

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

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

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

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