Html Css Color HEX #238B85 Java

📋 copy color: '#238B85'

red 35 ◦ green 139 ◦ blue 133

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

Shades of Java #238B85

Tints of Java #238B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 11.4%
G = 45.28%
B = 43.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#238B85 (or 0x238B85) is known color: Java. HEX triplet: 23, 8B and 85. RGB value is (35,139,133). Sum of RGB (Red+Green+Blue) = 35+139+133=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #238B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B85 is #DC747A. Grayscale: #6B6B6B. Windows color (decimal): -14447739 or 8751907. OLE color: 8751907.

HSL color Cylindrical-coordinate representation of color #238B85: hue angle of 176.54º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B85 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 133 -
CMYK 0.75 0 0.04 0.45
HSL 176.54º 0.6% 0.34% -
HSV(B) 176.54º 0.75% 0.55% -
XYZ 14.16 20.52 25.4 -
YUV 107.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 35 139 133 0.75 0 0.04 0.45 176.54 0.6 0.34
Hex 23 8B 85 4B 0 4 2D B1 3C 22
Octal 43 213 205 113 0 4 55 261 74 42
Binary 100011 10001011 10000101 1001011 0 100 101101 10110001 111100 100010

Color Harmonies of #238B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B85

Black with #238B85

Text Example


Text Example

White with #238B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238B85; }

 p { color: rgb(35,139,133); }

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

background-color css

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

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

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

border-color css

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

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

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