Html Css Color HEX #30ADBE Pelorous

📋 copy color: '#30ADBE'

red 48 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #30ADBE

Tints of Pelorous #30ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 11.68%
G = 42.09%
B = 46.23%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30ADBE (or 0x30ADBE) is known color: Pelorous. HEX triplet: 30, AD and BE. RGB value is (48,173,190). Sum of RGB (Red+Green+Blue) = 48+173+190=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #30ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADBE is #CF5241. Grayscale: #898989. Windows color (decimal): -13587010 or 12496176. OLE color: 12496176.

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

Color convert

RGB 48 173 190 -
CMYK 0.75 0.09 0 0.25
HSL 187.18º 0.6% 0.47% -
HSV(B) 187.18º 0.75% 0.75% -
XYZ 25.46 34.23 53.98 -
YUV 137.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 48 173 190 0.75 0.09 0 0.25 187.18 0.6 0.47
Hex 30 AD BE 4B 9 0 19 BB 3C 2F
Octal 60 255 276 113 11 0 31 273 74 57
Binary 110000 10101101 10111110 1001011 1001 0 11001 10111011 111100 101111

Color Harmonies of #30ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADBE

Black with #30ADBE

Text Example


Text Example

White with #30ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,173,190); }

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

background-color css

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

 a { background-color: rgb(48,173,190); }

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

border-color css

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

 span { border-color: rgb(48,173,190); }

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