Html Css Color HEX #23968D Java

📋 copy color: '#23968D'

red 35 ◦ green 150 ◦ blue 141

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

Shades of Java #23968D

Tints of Java #23968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 10.74%
G = 46.01%
B = 43.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#23968D (or 0x23968D) is known color: Java. HEX triplet: 23, 96 and 8D. RGB value is (35,150,141). Sum of RGB (Red+Green+Blue) = 35+150+141=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #23968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23968D is #DC6972. Grayscale: #727272. Windows color (decimal): -14444915 or 9279011. OLE color: 9279011.

HSL color Cylindrical-coordinate representation of color #23968D: hue angle of 175.3º 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 #23968D is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 150 141 -
CMYK 0.77 0 0.06 0.41
HSL 175.3º 0.62% 0.36% -
HSV(B) 175.3º 0.77% 0.59% -
XYZ 16.41 24.09 28.98 -
YUV 114.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 35 150 141 0.77 0 0.06 0.41 175.3 0.62 0.36
Hex 23 96 8D 4D 0 6 29 AF 3E 24
Octal 43 226 215 115 0 6 51 257 76 44
Binary 100011 10010110 10001101 1001101 0 110 101001 10101111 111110 100100

Color Harmonies of #23968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23968D

Black with #23968D

Text Example


Text Example

White with #23968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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