Html Css Color HEX #67CECE Downy

📋 copy color: '#67CECE'

red 103 ◦ green 206 ◦ blue 206

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

Shades of Downy #67CECE

Tints of Downy #67CECE

RGB

 RED value IS 103 (40.63% from 255) = 20%

 GREEN value IS 206 (80.86% from 255) = 40%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67CECE (or 0x67CECE) is known color: Downy. HEX triplet: 67, CE and CE. RGB value is (103,206,206). Sum of RGB (Red+Green+Blue) = 103+206+206=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #67CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CECE is #983131. Grayscale: #AFAFAF. Windows color (decimal): -9974066 or 13553255. OLE color: 13553255.

HSL color Cylindrical-coordinate representation of color #67CECE: hue angle of 180º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CECE is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 206 206 -
CMYK 0.50 0 0 0.19
HSL 180º 0.51% 0.61% -
HSV(B) 180º 0.5% 0.81% -
XYZ 38.81 51.48 66.28 -
YUV 175.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 103 206 206 0.50 0 0 0.19 180 0.51 0.61
Hex 67 CE CE 32 0 0 13 B4 33 3D
Octal 147 316 316 62 0 0 23 264 63 75
Binary 1100111 11001110 11001110 110010 0 0 10011 10110100 110011 111101

Color Harmonies of #67CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CECE

Black with #67CECE

Text Example


Text Example

White with #67CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67CECE; }

 p { color: rgb(103,206,206); }

 H1.HeaderClassName
 {
   color: #67CECE;
 }
 .AnyTagClassName
 {
   color: #67CECE;
 }
</style>

background-color css

<style>
 a { background-color: #67CECE; }

 a { background-color: rgb(103,206,206); }

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

border-color css

<style>
 span { border-color: #67CECE; }

 span { border-color: rgb(103,206,206); }

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