Html Css Color HEX #23BDA0 Light Sea Green

📋 copy color: '#23BDA0'

red 35 ◦ green 189 ◦ blue 160

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

Shades of Light Sea Green #23BDA0

Tints of Light Sea Green #23BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 9.11%
G = 49.22%
B = 41.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#23BDA0 (or 0x23BDA0) is known color: Light Sea Green. HEX triplet: 23, BD and A0. RGB value is (35,189,160). Sum of RGB (Red+Green+Blue) = 35+189+160=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #23BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BDA0 is #DC425F. Grayscale: #8B8B8B. Windows color (decimal): -14434912 or 10534179. OLE color: 10534179.

HSL color Cylindrical-coordinate representation of color #23BDA0: hue angle of 168.7º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BDA0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 189 160 -
CMYK 0.81 0 0.15 0.26
HSL 168.7º 0.69% 0.44% -
HSV(B) 168.7º 0.81% 0.74% -
XYZ 25.24 39.29 39.51 -
YUV 139.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 35 189 160 0.81 0 0.15 0.26 168.7 0.69 0.44
Hex 23 BD A0 51 0 F 1A A9 45 2C
Octal 43 275 240 121 0 17 32 251 105 54
Binary 100011 10111101 10100000 1010001 0 1111 11010 10101001 1000101 101100

Color Harmonies of #23BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDA0

Black with #23BDA0

Text Example


Text Example

White with #23BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23BDA0; }

 p { color: rgb(35,189,160); }

 H1.HeaderClassName
 {
   color: #23BDA0;
 }
 .AnyTagClassName
 {
   color: #23BDA0;
 }
</style>

background-color css

<style>
 a { background-color: #23BDA0; }

 a { background-color: rgb(35,189,160); }

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

border-color css

<style>
 span { border-color: #23BDA0; }

 span { border-color: rgb(35,189,160); }

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