Html Css Color HEX #23B0BD Light Sea Green

📋 copy color: '#23B0BD'

red 35 ◦ green 176 ◦ blue 189

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

Shades of Light Sea Green #23B0BD

Tints of Light Sea Green #23B0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 8.75%
G = 44%
B = 47.25%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#23B0BD (or 0x23B0BD) is known color: Light Sea Green. HEX triplet: 23, B0 and BD. RGB value is (35,176,189). Sum of RGB (Red+Green+Blue) = 35+176+189=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #23B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B0BD is #DC4F42. Grayscale: #878787. Windows color (decimal): -14438211 or 12431395. OLE color: 12431395.

HSL color Cylindrical-coordinate representation of color #23B0BD: hue angle of 185.06º 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 #23B0BD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 176 189 -
CMYK 0.81 0.07 0 0.26
HSL 185.06º 0.69% 0.44% -
HSV(B) 185.06º 0.81% 0.74% -
XYZ 25.4 35.08 53.58 -
YUV 135.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 35 176 189 0.81 0.07 0 0.26 185.06 0.69 0.44
Hex 23 B0 BD 51 7 0 1A B9 45 2C
Octal 43 260 275 121 7 0 32 271 105 54
Binary 100011 10110000 10111101 1010001 111 0 11010 10111001 1000101 101100

Color Harmonies of #23B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B0BD

Black with #23B0BD

Text Example


Text Example

White with #23B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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