Html Css Color HEX #95CA9A Dark Sea Green

📋 copy color: '#95CA9A'

red 149 ◦ green 202 ◦ blue 154

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

Shades of Dark Sea Green #95CA9A

Tints of Dark Sea Green #95CA9A

RGB

 RED value IS 149 (58.59% from 255) = 29.5%

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

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

R = 29.5%
G = 40%
B = 30.5%

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

#95CA9A (or 0x95CA9A) is known color: Dark Sea Green. HEX triplet: 95, CA and 9A. RGB value is (149,202,154). Sum of RGB (Red+Green+Blue) = 149+202+154=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA9A is #6A3565. Grayscale: #B4B4B4. Windows color (decimal): -6960486 or 10144405. OLE color: 10144405.

HSL color Cylindrical-coordinate representation of color #95CA9A: hue angle of 125.66º 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 #95CA9A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 154 -
CMYK 0.26 0 0.24 0.21
HSL 125.66º 0.33% 0.69% -
HSV(B) 125.66º 0.26% 0.79% -
XYZ 39.35 50.96 38.33 -
YUV 180.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 149 202 154 0.26 0 0.24 0.21 125.66 0.33 0.69
Hex 95 CA 9A 1A 0 18 15 7E 21 45
Octal 225 312 232 32 0 30 25 176 41 105
Binary 10010101 11001010 10011010 11010 0 11000 10101 1111110 100001 1000101

Color Harmonies of #95CA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA9A

Black with #95CA9A

Text Example


Text Example

White with #95CA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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