Html Css Color HEX #188383 Atoll

📋 copy color: '#188383'

red 24 ◦ green 131 ◦ blue 131

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

Shades of Atoll #188383

Tints of Atoll #188383

RGB

 RED value IS 24 (9.77% from 255) = 8.39%

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

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

R = 8.39%
G = 45.8%
B = 45.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#188383 (or 0x188383) is known color: Atoll. HEX triplet: 18, 83 and 83. RGB value is (24,131,131). Sum of RGB (Red+Green+Blue) = 24+131+131=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #188383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188383 is #E77C7C. Grayscale: #626262. Windows color (decimal): -15170685 or 8618776. OLE color: 8618776.

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

Color convert

RGB 24 131 131 -
CMYK 0.82 0 0 0.49
HSL 180º 0.69% 0.3% -
HSV(B) 180º 0.82% 0.51% -
XYZ 12.59 18.07 24.3 -
YUV 99.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 24 131 131 0.82 0 0 0.49 180 0.69 0.3
Hex 18 83 83 52 0 0 31 B4 45 1E
Octal 30 203 203 122 0 0 61 264 105 36
Binary 11000 10000011 10000011 1010010 0 0 110001 10110100 1000101 11110

Color Harmonies of #188383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188383

Black with #188383

Text Example


Text Example

White with #188383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188383; }

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

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

background-color css

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

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

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

border-color css

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

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

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