Html Css Color HEX #23968E Java

📋 copy color: '#23968E'

red 35 ◦ green 150 ◦ blue 142

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

Shades of Java #23968E

Tints of Java #23968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 10.7%
G = 45.87%
B = 43.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#23968E (or 0x23968E) is known color: Java. HEX triplet: 23, 96 and 8E. RGB value is (35,150,142). Sum of RGB (Red+Green+Blue) = 35+150+142=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #23968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23968E is #DC6971. Grayscale: #727272. Windows color (decimal): -14444914 or 9344547. OLE color: 9344547.

HSL color Cylindrical-coordinate representation of color #23968E: hue angle of 175.83º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23968E is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 150 142 -
CMYK 0.77 0 0.05 0.41
HSL 175.83º 0.62% 0.36% -
HSV(B) 175.83º 0.77% 0.59% -
XYZ 16.48 24.12 29.38 -
YUV 114.7 143.4 71.15 -
System Red Green Blue C M Y K H S L
Decimal 35 150 142 0.77 0 0.05 0.41 175.83 0.62 0.36
Hex 23 96 8E 4D 0 5 29 B0 3E 24
Octal 43 226 216 115 0 5 51 260 76 44
Binary 100011 10010110 10001110 1001101 0 101 101001 10110000 111110 100100

Color Harmonies of #23968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23968E

Black with #23968E

Text Example


Text Example

White with #23968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23968E; }

 p { color: rgb(35,150,142); }

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

background-color css

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

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

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

border-color css

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

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

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