Html Css Color HEX #238381 Atoll

📋 copy color: '#238381'

red 35 ◦ green 131 ◦ blue 129

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

Shades of Atoll #238381

Tints of Atoll #238381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 11.86%
G = 44.41%
B = 43.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#238381 (or 0x238381) is known color: Atoll. HEX triplet: 23, 83 and 81. RGB value is (35,131,129). Sum of RGB (Red+Green+Blue) = 35+131+129=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #238381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238381 is #DC7C7E. Grayscale: #656565. Windows color (decimal): -14449791 or 8487715. OLE color: 8487715.

HSL color Cylindrical-coordinate representation of color #238381: hue angle of 178.75º 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 #238381 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 129 -
CMYK 0.73 0 0.02 0.49
HSL 178.75º 0.58% 0.33% -
HSV(B) 178.75º 0.73% 0.51% -
XYZ 12.77 18.17 23.6 -
YUV 102.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 35 131 129 0.73 0 0.02 0.49 178.75 0.58 0.33
Hex 23 83 81 49 0 2 31 B3 3A 21
Octal 43 203 201 111 0 2 61 263 72 41
Binary 100011 10000011 10000001 1001001 0 10 110001 10110011 111010 100001

Color Harmonies of #238381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238381

Black with #238381

Text Example


Text Example

White with #238381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238381; }

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

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

background-color css

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

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

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

border-color css

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

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

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