Html Css Color HEX #30838B Atoll

📋 copy color: '#30838B'

red 48 ◦ green 131 ◦ blue 139

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

Shades of Atoll #30838B

Tints of Atoll #30838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 15.09%
G = 41.19%
B = 43.71%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30838B (or 0x30838B) is known color: Atoll. HEX triplet: 30, 83 and 8B. RGB value is (48,131,139). Sum of RGB (Red+Green+Blue) = 48+131+139=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #30838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30838B is #CF7C74. Grayscale: #6A6A6A. Windows color (decimal): -13597813 or 9143088. OLE color: 9143088.

HSL color Cylindrical-coordinate representation of color #30838B: hue angle of 185.27º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30838B is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 131 139 -
CMYK 0.65 0.06 0 0.45
HSL 185.27º 0.49% 0.37% -
HSV(B) 185.27º 0.65% 0.55% -
XYZ 14 18.73 27.3 -
YUV 107.1 146 85.85 -
System Red Green Blue C M Y K H S L
Decimal 48 131 139 0.65 0.06 0 0.45 185.27 0.49 0.37
Hex 30 83 8B 41 6 0 2D B9 31 25
Octal 60 203 213 101 6 0 55 271 61 45
Binary 110000 10000011 10001011 1000001 110 0 101101 10111001 110001 100101

Color Harmonies of #30838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30838B

Black with #30838B

Text Example


Text Example

White with #30838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30838B; }

 p { color: rgb(48,131,139); }

 H1.HeaderClassName
 {
   color: #30838B;
 }
 .AnyTagClassName
 {
   color: #30838B;
 }
</style>

background-color css

<style>
 a { background-color: #30838B; }

 a { background-color: rgb(48,131,139); }

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

border-color css

<style>
 span { border-color: #30838B; }

 span { border-color: rgb(48,131,139); }

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