Html Css Color HEX #1CBDAF Light Sea Green

📋 copy color: '#1CBDAF'

red 28 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #1CBDAF

Tints of Light Sea Green #1CBDAF

RGB

 RED value IS 28 (11.33% from 255) = 7.14%

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 7.14%
G = 48.21%
B = 44.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#1CBDAF (or 0x1CBDAF) is known color: Light Sea Green. HEX triplet: 1C, BD and AF. RGB value is (28,189,175). Sum of RGB (Red+Green+Blue) = 28+189+175=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBDAF is #E34250. Grayscale: #8B8B8B. Windows color (decimal): -14893649 or 11517212. OLE color: 11517212.

HSL color Cylindrical-coordinate representation of color #1CBDAF: hue angle of 174.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBDAF is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 175 -
CMYK 0.85 0 0.07 0.26
HSL 174.78º 0.74% 0.43% -
HSV(B) 174.78º 0.85% 0.74% -
XYZ 26.41 39.74 46.84 -
YUV 139.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 28 189 175 0.85 0 0.07 0.26 174.78 0.74 0.43
Hex 1C BD AF 55 0 7 1A AF 4A 2B
Octal 34 275 257 125 0 7 32 257 112 53
Binary 11100 10111101 10101111 1010101 0 111 11010 10101111 1001010 101011

Color Harmonies of #1CBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDAF

Black with #1CBDAF

Text Example


Text Example

White with #1CBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBDAF; }

 p { color: rgb(28,189,175); }

 H1.HeaderClassName
 {
   color: #1CBDAF;
 }
 .AnyTagClassName
 {
   color: #1CBDAF;
 }
</style>

background-color css

<style>
 a { background-color: #1CBDAF; }

 a { background-color: rgb(28,189,175); }

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

border-color css

<style>
 span { border-color: #1CBDAF; }

 span { border-color: rgb(28,189,175); }

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