Html Css Color HEX #308383 Atoll

📋 copy color: '#308383'

red 48 ◦ green 131 ◦ blue 131

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

Shades of Atoll #308383

Tints of Atoll #308383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 15.48%
G = 42.26%
B = 42.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#308383 (or 0x308383) is known color: Atoll. HEX triplet: 30, 83 and 83. RGB value is (48,131,131). Sum of RGB (Red+Green+Blue) = 48+131+131=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #308383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308383 is #CF7C7C. Grayscale: #6A6A6A. Windows color (decimal): -13597821 or 8618800. OLE color: 8618800.

HSL color Cylindrical-coordinate representation of color #308383: hue angle of 180º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308383 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 131 -
CMYK 0.63 0 0 0.49
HSL 180º 0.46% 0.35% -
HSV(B) 180º 0.63% 0.51% -
XYZ 13.43 18.5 24.34 -
YUV 106.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 48 131 131 0.63 0 0 0.49 180 0.46 0.35
Hex 30 83 83 3F 0 0 31 B4 2E 23
Octal 60 203 203 77 0 0 61 264 56 43
Binary 110000 10000011 10000011 111111 0 0 110001 10110100 101110 100011

Color Harmonies of #308383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308383

Black with #308383

Text Example


Text Example

White with #308383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308383; }

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

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

background-color css

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

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

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

border-color css

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

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

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