Html Css Color HEX #23B2A5 Light Sea Green

📋 copy color: '#23B2A5'

red 35 ◦ green 178 ◦ blue 165

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

Shades of Light Sea Green #23B2A5

Tints of Light Sea Green #23B2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 9.26%
G = 47.09%
B = 43.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#23B2A5 (or 0x23B2A5) is known color: Light Sea Green. HEX triplet: 23, B2 and A5. RGB value is (35,178,165). Sum of RGB (Red+Green+Blue) = 35+178+165=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #23B2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B2A5 is #DC4D5A. Grayscale: #858585. Windows color (decimal): -14437723 or 10859043. OLE color: 10859043.

HSL color Cylindrical-coordinate representation of color #23B2A5: hue angle of 174.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B2A5 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 178 165 -
CMYK 0.80 0 0.07 0.30
HSL 174.55º 0.67% 0.42% -
HSV(B) 174.55º 0.8% 0.7% -
XYZ 23.41 34.91 41.1 -
YUV 133.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 35 178 165 0.80 0 0.07 0.30 174.55 0.67 0.42
Hex 23 B2 A5 50 0 7 1E AF 43 2A
Octal 43 262 245 120 0 7 36 257 103 52
Binary 100011 10110010 10100101 1010000 0 111 11110 10101111 1000011 101010

Color Harmonies of #23B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B2A5

Black with #23B2A5

Text Example


Text Example

White with #23B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,178,165); }

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

background-color css

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

 a { background-color: rgb(35,178,165); }

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

border-color css

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

 span { border-color: rgb(35,178,165); }

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