Html Css Color HEX #238383 Atoll

📋 copy color: '#238383'

red 35 ◦ green 131 ◦ blue 131

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

Shades of Atoll #238383

Tints of Atoll #238383

RGB

 RED value IS 35 (14.06% from 255) = 11.78%

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

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

R = 11.78%
G = 44.11%
B = 44.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#238383 (or 0x238383) is known color: Atoll. HEX triplet: 23, 83 and 83. RGB value is (35,131,131). Sum of RGB (Red+Green+Blue) = 35+131+131=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #238383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238383 is #DC7C7C. Grayscale: #666666. Windows color (decimal): -14449789 or 8618787. OLE color: 8618787.

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

Color convert

RGB 35 131 131 -
CMYK 0.73 0 0 0.49
HSL 180º 0.58% 0.33% -
HSV(B) 180º 0.73% 0.51% -
XYZ 12.91 18.23 24.31 -
YUV 102.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 35 131 131 0.73 0 0 0.49 180 0.58 0.33
Hex 23 83 83 49 0 0 31 B4 3A 21
Octal 43 203 203 111 0 0 61 264 72 41
Binary 100011 10000011 10000011 1001001 0 0 110001 10110100 111010 100001

Color Harmonies of #238383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238383

Black with #238383

Text Example


Text Example

White with #238383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238383; }

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

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

background-color css

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

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

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

border-color css

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

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

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