Html Css Color HEX #96CA9A Dark Sea Green

📋 copy color: '#96CA9A'

red 150 ◦ green 202 ◦ blue 154

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

Shades of Dark Sea Green #96CA9A

Tints of Dark Sea Green #96CA9A

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

 GREEN value IS 202 (79.3% from 255) = 39.92%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 29.64%
G = 39.92%
B = 30.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#96CA9A (or 0x96CA9A) is known color: Dark Sea Green. HEX triplet: 96, CA and 9A. RGB value is (150,202,154). Sum of RGB (Red+Green+Blue) = 150+202+154=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA9A is #693565. Grayscale: #B5B5B5. Windows color (decimal): -6894950 or 10144406. OLE color: 10144406.

HSL color Cylindrical-coordinate representation of color #96CA9A: hue angle of 124.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CA9A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 154 -
CMYK 0.26 0 0.24 0.21
HSL 124.62º 0.33% 0.69% -
HSV(B) 124.62º 0.26% 0.79% -
XYZ 39.53 51.06 38.34 -
YUV 180.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 150 202 154 0.26 0 0.24 0.21 124.62 0.33 0.69
Hex 96 CA 9A 1A 0 18 15 7D 21 45
Octal 226 312 232 32 0 30 25 175 41 105
Binary 10010110 11001010 10011010 11010 0 11000 10101 1111101 100001 1000101

Color Harmonies of #96CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA9A

Black with #96CA9A

Text Example


Text Example

White with #96CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CA9A; }

 p { color: rgb(150,202,154); }

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

background-color css

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

 a { background-color: rgb(150,202,154); }

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

border-color css

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

 span { border-color: rgb(150,202,154); }

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